home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13729 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ns.mad.servicom.es!news
  2. From: ores@mad.servicom.es (Orestes Sanchez)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Coding Standards
  5. Date: Tue, 26 Mar 1996 22:50:18 GMT
  6. Organization: SERVICOM
  7. Message-ID: <4j9stg$ers@ns.mad.servicom.es>
  8. References: <4hj8ek$elu@sam.inforamp.net> <4hktar$5o2@galaxy.ucr.edu> <4hmqol$97j@abacus.abasoft.co.uk> <4hsg8r$pmm@sam.inforamp.net> <4i9o6j$p4l@daisy.pgh.wec.com> <4idskb$pc1@sam.inforamp.net> <314EBD08.43BC@virtus.com> <4io2i7$n9v@sam.inforamp.net> <4iuu6k$6a6@druid.borland.com> <31535E8E.298F@nando.net>
  9. NNTP-Posting-Host: ppp_mad_74.inf.servicom.es
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Caius Martius <caius@nando.net> wrote:
  13.  
  14.  
  15. >I couldn't agree more.  I do not subscribe to the idea that "I understand 
  16. >my code, who cares if anyone else does."  Trust me, if you pick up a 
  17. >piece of code you wrote 3 years ago, it will take you a while to figure 
  18. >out what you were talking about.
  19.  
  20. I completely agree.
  21. I am a two-year experience programmer and for that time I am debugging
  22. code made by other people. And it is really awfull!!! There is code
  23. documented, the notation for variables is arbitrarius, the names of
  24. the variables are choosen with the *sh, ...
  25. When I write new code embeded into the old one I can quickly recognize
  26. it.
  27.  
  28.  
  29.  
  30.  
  31.